home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://seostatus/skin/seostatus.css" type="text/css"?>
-
- <dialog buttons="accept,cancel"
- id="stb-alexaRestrictedSite-dialog"
- title="Add an Alexa Retricted Site"
- flex="1"
- onload="com.seostatus.alexaRestrictions.loadAllRestrictedSites();"
- ondialogaccept="com.seostatus.alexaRestrictions.setRestrictedSites();"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://seostatus/content/alexaRestrictions.js" />
-
-
- <groupbox enabled="false">
- <caption label="URLs to Exclude"/>
- <description value="The following URIs will be excluded:"/>
- <hbox align="start">
- <listbox id="stb-privatesitelist" height="80" flex="1"/>
- <vbox flex="1">
- <button label="Add..." oncommand="com.seostatus.alexaRestrictions.addPrivateSite();"/>
- <button id="deletebutton" label="Delete" oncommand="com.seostatus.alexaRestrictions.deletePrivateSite();"/>
- </vbox>
- </hbox>
- </groupbox>
-
- </dialog>
-